github.com/andybalholm/brotli.distanceParams.alphabet_size (field)
9 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L73: var distance_histogram_size uint32 = dist.alphabet_size
backward_references_hq.go#L80: self.cost_dist_ = make([]float32, (dist.alphabet_size))
brotli_bit_stream.go#L1277: var num_distance_symbols uint32 = params.dist.alphabet_size
brotli_bit_stream.go#L1422: var num_distance_symbols uint32 = params.dist.alphabet_size
brotli_bit_stream.go#L1446: var num_distance_symbols uint32 = params.dist.alphabet_size
encode.go#L484: var num_effective_dist_codes uint32 = block_params.dist.alphabet_size
encode.go#L606: params.dist.alphabet_size = uint32(distanceAlphabetSize(0, 0, maxDistanceBits))
metablock.go#L86: dist_params.alphabet_size = alphabet_size
params.go#L21: alphabet_size uint32
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |